@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;1,300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,800;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;1,500&display=swap');

* {
    margin: 0;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    max-width: calc(100vw - 18.5px);
}

body {
    width: auto;
    height: auto;
    margin: 0;
    font-size: 100%;
    font-family: 'Open Sans';
    background: solid #e2e2e2;
}
/*Header e Footer*/
    ul {
        display: flex;
        flex-direction: row;
        list-style: none;
        justify-content: center;
    }

    

    li {
        list-style: none;
        
    }
    .cabecalho {
        position: sticky;
        top: 0px;
        left: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px;
        width: 100vw;
        height: 65px;
        background: #051c2c;
        z-index: 9;
    }


    .cabecalho-menu-mobile {
        display: block;
        left: -100vw;
        position: absolute;
        background: #ffffff;
        top: 120px;
        width: 100vw;
        height: 100vh;
        z-index: 3;
        transition: left 0.5s ease-in-out, display 0s ease-in-out;
        overflow: hidden;
    }

    .escritamenumobile {
        position: relative;
        display: block;
        font-family: 'Open Sans';
        font-size: 0.8rem;
        font-weight: 400;
        color: #ffffff;
        width: 30vw;
        text-align: center;
    }

    .escrita1 {
        display: block;
    }

    .escrita2 {
        display: none;
    }

    .menumobile_completo {
        position: relative;
        top: 25px;
        display: none;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100vw;
    }

    .topicomobile {
        position: relative;
        top: 0px;
        background: transparent;
        display: block;
        font-family: 'Open Sans';
        font-weight: 600;
        border-bottom: 1px solid #051c2c15;
        border-top: 1px solid #051c2c15;
        width: 100vw;
        height: 15vw;
        font-size: 1rem;
        line-height: 14vw;
        color: #051c2c;
        z-index: 9;
    }
    

    .cabecalho-menu {
        position: relative;
        left: 22vw;
        height: 65px;
        width: 780px;
        top: 0;
        border: 0px solid #000000;
        font-family: 'Open Sans';
        font-weight: 400;
        font-size: 14px;
        line-height: 0;
        color: hsl(0, 0%, 100%);
        z-index: 10;
    }


    .distance {
        display: inline-block;
        position: relative;
        width: auto;
        margin-left: 33px;
        margin-right: 33px;
        margin-top: 33px;
        color: #ffffff;
        transition: font-size 0.2s ease;
        transition: transform 0s;
    }

    .active {
        font-family: 'Open Sans';
        font-weight: 600;

    }

    .distance::after {
        content: "";
        position: absolute;
        left: 0;
        top: 29.5px;
        width: 100%;
        height: 2px;
        background-color: #005aeb;
        transform: scaleX(0);
        transition: transform 0.3s ease;
        z-index: 11;
    }

    .distance:hover::after {
        transform: scaleX(1);
        top: calc(25px + 0.8vw);
    }

    .active::after {
        transform: scaleX(1);
        transform: translateY(0px);
    }

    .distance:hover {
        font-size: 15px;
        background: transparent;

        font-family: 'Open Sans';
        font-weight: 600;
        line-height: 1vw;
        margin-top: calc(37px - 0.75vw);
    }

    .botaologo {
        list-style: none;
        background: transparent;
        border: none;
        margin-right: 22vw;
        width: 0;
        height: 0;
    }
    .cabecalho-logo {
        position: absolute;
        top: 5px;
        left: 5vw;
        width: auto;
        height: 55px;
        cursor: pointer;

    }

    .drop-hover {
        position: relative;
        border: 0px solid red;
        height: 66px;
    }

    .drop {
        position: absolute;
        background-color: #051c2c;
        color: #ffffff;
        font-family: 'Open Sans';
        font-weight: 400;
        top: 65px;
        left: 5px;
        display: flex;
        flex-direction: column;
        height: 0vw;
        width: 122%;
        padding-top: 0px;
        padding-bottom: 0px;
        border: 0px solid #ffffff;
        justify-content: left;
        overflow: hidden;
        transition: all 0.3s ease;
    }


    .drop-hover:hover .drop {
        height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .dropactive {
        position: relative;
        font-weight: 600;
    }

    .menuseta {
        position: relative;
        display: flex;
        flex-direction: row;
        cursor: pointer;
    }

    .select {
        position: relative;
        display: flex;
        color: #ffffff;
        border: 0px solid red;
        height: 40px;
        width: 100%;
        line-height: 35px;
        margin-left: 30px;
        margin-right: 30px;
        transition: all 0.2s ease;

    }

    .select:hover {
        font-weight: 600;
        font-size: 14px;
    }

    .setadrop {
        position: absolute;
        top: 14px;
        left: 146px;
        width: 38px;
        transition: all 0.2s ease;
    }

    .drop-hover:hover .distance {
        font-size: 15px;
    }

    .drop-hover:hover .setadrop {
        top: 12px;
        left: 154px;
        width: 39px;
        transform: rotate(180DEG);
    }

    .wpplogobutton {
        position: absolute;
        right: 113px;
        top: 12px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 11;
        
    }
    .wpplogo {
        position: relative;
        width: 20px;
        height: auto;
        border: none;
        background-color: transparent;
        transition: font-size 0.3s ease;
        transition: transform 0.3s ease-in-out;
        z-index: 8;
    }


    .wpplogo:hover {
        width: 22px;
        transform: rotate(360deg);
        color: #00054b;
    }

    .boxwhatsapp {
        position: absolute;
        display: flex;
        flex-direction: row;
        left: 88vw;
        top: 10px;
        width: 10vw;
    }

    .botao1 {
        position: relative;
        display: block;
        left: calc(15vw - 12px);
    }

    .botao2 {
        position: relative;
        display: none;
        left: calc(15vw - 12px);
    }

    .sectionfooter {
        height: auto;
        background-color: #f0f0f0;
        width: 100vw;
    }

    .numerowpp {
        position: absolute;
        top: 10px;
        right: 15px;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Open Sans';
        font-weight: 500;
        transition: font-size 0.3s ease;
        z-index: 11;
    }

    .numerowpp:hover {
        font-size: 16.2px;
    }

    .emailheader {
        display: none;
        position: absolute;
        top: 35px;
        right: 15px;
        font-size: 9.5px;
        color: #ffffff;
        font-family: 'Open Sans';
        font-weight: 400;
    }
    .Nome {
        position: absolute;
        top: center;
        left: 10vw;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 12px;
        color:#ffffff;
    }

    .Nome2 {
        display: none;
        position: absolute;
        top: 81px;
        left: 10px;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 12px;
        color:#ffffff
    }

    .Linha {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        height: 1px;
        width: 100vw;
        background-color: #f7f7f7;
        z-index: 1;
    }

    .botaomenumobile{
        display: none;
        background-color: transparent;
        border: none;
        cursor:pointer;
    }

    .rbcfooter {
        position: relative;
        top: 2vw;
        left: 10vw;
        width: 80vw;
        font-size: 1.2rem;
        font-family: 'Open Sans';
        font-weight: 600;
        color: #414141;
        margin-bottom: 2.5vw;
    }

    .linhafooter {
        position: relative;
        left: 10vw;
        top: 0vw;
        width: 80vw;
        height: 1px;
        background-color: #5c5c5c;
        margin-bottom: 1.5vw;
    }

    .afooter {
        position: relative;
        bottom: 0vw;
        left: 11vw;
        width: 40vw;
        color: #000000;
        font-size: 0.85rem;
        font-family: 'Open Sans';
        font-weight: 600;
        z-index: 5;
        transition: all 0.3s ease-in-out;
    }

    .afooter:hover {
        font-size: 0.9rem;
    }

    .iconebuttonfooter {
        position: relative;
        top: 0vw;
        left: 10vw;  
        background-color: transparent;
        border: none;
        cursor: pointer;
        margin-bottom: 1vw;
    }

    .iconefooter {
        position: relative;
        width: 1.5rem;
        left: 0;
        height: auto;
        border: none;
        background-color: transparent;
        transition: all 0.3s ease-in-out;
        z-index: 5;
        
    }

    .iconefooter:hover {
        transform: rotate(360deg);
    }


    .sloganfooter {
        position: relative;
        top: -5vw;
        left: 3vw;
        height: 0.1vw;
        font-size: 11.4vw;
        color: #000000;
        font-family: 'Open Sans';
        font-weight: 800;
        text-align: left;
        width: 95vw;
        opacity: 4%;
    }



    .linhafooter2 {
        position: relative;
        left: 0;
        top: 0vw;
        background: #00000075;
        height: 1px;
        width: 100vw;
    }

    .escritafooter {
        position: relative;
        top: 0.25rem;
        display: flex;
        flex-direction: row;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 0.7rem;
        height: 0vw;
        color: #000000;
        margin-bottom: 1.5rem;
    }
    

    .direitosreservados {
        position: relative;
        bottom: 0;
        left: 2vw;
        width: 65vw;
        text-align: left;
    }

    .url {
        position: relative;
        display: none;
        bottom: 0;
        left: 13vw;
        width: 30vw;
        text-align: left;
    }

    .by {
        position: relative;
        bottom: 0vw;
        left: -2vw;
        width: 35vw;
        text-align: right;
    }

    .logofooter {
        position: relative;
        top: 0vw;
        left: 41vw;
        height: 8vw;
        background: transparent;
    }

    .buttonfont2 {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 0.8rem;
    }

    .button-82 {
    position: relative;
    top: 0vw;
    left: 10vw;
    background-color: #fff;
    border: 0 solid #000000;
    width: 18rem;
    height: 3rem;
    border-radius:  0.5vw;
    box-sizing: border-box;
    color: #0d172a;
    font-family: 'Open Sans';
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    line-height: 1px;
    z-index: 5;
    text-align: center;
    transition: all .1s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0px 1px 2px rgba(166, 175, 195, 0.25);
    touch-action: manipulation;
    margin-bottom: 2vw;
    }
    
    .button-82:hover {
        background-color: #005aeb;
        color: #fff;
    }

    .buttondesktopfooter {
        display: block;
    }

    .buttonmobilefooter {
        display: none;
    }

    .open {
        left: 0;
        display: block;
    } 

    .open2 {
        left: 0;
        display: flex;
    }


    .menuseta-marketing {
        position: relative;
        display: flex;
        flex-direction: row;
    }
    
    .setaforward {
        position: relative;
        top: 0px;
        left: -5vw;
        width: 25px;
    }

    .setaback {
        position: relative;
        top: -4.5vw;
        left: -38vw;
        width: 25px;
    }

    .marketingdigital-drop {
        display: flex;
        flex-direction: column;
        left: 100vw;
        position: absolute;
        background: #ffffff;
        top: 0px;
        width: 100vw;
        height: 100vh;
        padding-top: 10vw;
        z-index: 12;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .topicomobile2 {
        position: relative;
        top: 0px;
        background: transparent;
        display: block;
        font-family: 'Open Sans';
        font-weight: 600;
        border-bottom: 1px solid #051c2c15;
        border-top: 1px solid #051c2c15;
        width: 100vw;
        height: 15vw;
        font-size: 1rem;
        line-height: 14vw;
        color: #051c2c;
        z-index: 10;
    }

    .botaoforwardmarketing {
        position: relative;
        background: transparent;
        text-align: left;
        border: none;
    }

    .botaobackmarketing {
        position: relative;
        background: transparent;
        border: none;
    }

    .activemobile {
        font-weight: 800;
    }

    .vertical {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .horizontal {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    
/*Fim Header e Footer*/
   
/*Header e Footer Expansivo*/

@media (min-width: 769px) and (max-width: 1085px) {
    .cabecalho {
        height: 110px;
    }

    .Nome {
        display: none;
    
    }

    .Nome2 {
        display: block;
    }

    .Linha {
        display: block;
    }

    .boxwhatsapp {
        left: 84vw;
        top: 15px;
        width: 14vw;
    }

    .cabecalho-menu {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        left: 20vw;
        top: 35px;
        width: 80vw;
    }

    .distance::after {
        top: 17px;
    }

    .distance:hover::after {
        top: 22px;
    }

    .active::after {
        top: 16.5px;
    }

    .active:hover::after {
        top: 22px;
    }

    .distance:hover {
        margin-top: 27px;
    }

    .drop {
        top: 50px;
    }
    .cabecalho-logo {
        position: absolute;
        left: 6vw
    }
    .botaologo {
        margin-right: 2vw;
    }
    
    .sloganfooter {
        top: -2vw;
    }

    .escritafooter {
        top: 0.2vw;
    }

    .logofooter {
        left: 39vw;
        top: 2vw;
    }

    .button-82 {
        width: 16.5rem;
        height: 2.5rem;
    }

    .buttonfont2 {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) and (min-width: 501px) {
    * {
        max-width: 100vw;
    }
    
    ul {
        flex-direction: column;
    }

    .cabecalho-menu {
        display: none;
    }

    .cabecalho {
        height: 120px;
    }

    .menumobile_completo {
        display: flex;
    }

    
    .wpplogobutton {
        right: 160px;
    }

    .botaomenumobile{
        display: block;
    }

    .boxwhatsapp {
        left: 87vw;
        top: 0px;
        width: 13vw;
    }

    .cabecalho-logo {
        position: absolute;
        left: 5vw;
        height: 50px;
    }

    .Nome {
        display: none;
    }

    .Nome2 {
        position: absolute;
        display: block;
        left: 25vw;
        width: 50vw;
        top: 25px;
        text-align: center;
    }

    .numerowpp {
        display: none;
    }

    .wpplogo {
        position: absolute;
        top: 10px;
        right: -130px;
    }

    .linhafooter {
        left: 0;
        width: 100vw;
    }
    .buttondesktopfooter {
        display: block;
    }

    .buttonmobilefooter {
        display: none;
    }

    .iconebuttonfooter {
        left: 5vw;
    }

    .button-82 {
        left: 5vw;
        top: 0vw;
        width: 90vw;
        height: 8vw;
    }

    .logofooter {
        display: none;
    }

    .afooter {
        left: 6vw;
        font-size: 0.7rem;
    }

    .iconefooter {
        width: 4vw;
    }

    .escritafooter {
        top: 0;
        font-size: 0.27rem;
        margin-bottom: 0.8rem;
    }
    .buttonfont2 {
        font-size: 0.8rem;
    }
    .rbcfooter {
        left: 0;
        width: 100vw;
        text-align: center;
        font-size: 1rem;
    }
}

@media (max-width: 500px) {
    * {
        max-width: 100vw;
    }

    ul {
        flex-direction: column;
    }
    
    .cabecalho-menu {
        display: none;
    }
    

    .wpplogobutton {
        right: 150px;
    }
    .cabecalho {
        height: 120px;
    }


    .botaomenumobile{
        display: block;
    }

    .menumobile_completo {
        display: flex;
    }

    .cabecalho-logo {
        position: absolute;
        left: 5vw;
        height: 50px;
    }

    .boxwhatsapp {
        left: 87vw;
        top: 0px;
        width: 13vw;
    }

    .Nome {
        display: none;
    }

    .Nome2 {
        position: absolute;
        display: block;
        left: 25vw;
        width: 50vw;
        top: 25px;
        text-align: center;
    }

    .numerowpp {
        display: none;
    }

    .wpplogo {
        position: absolute;
        top: 10px;
        right: -130px;
    }

    .linhafooter {
        left: 0;
        width: 100vw;
    }
    .buttondesktopfooter {
        display: block;
    }

    .buttonmobilefooter {
        display: none;
    }

    .iconebuttonfooter {
        left: 5vw;
    }

    .button-82 {
        left: 5vw;
        top: 0vw;
        width: 90vw;
        height: 8vw;
    }

    .logofooter {
        display: none;
    }

    .afooter {
        left: 6vw;
        font-size: 0.7rem;
        margin-top: 2vw;
    }

    .iconefooter {
        width: 4vw;
        margin-top: 2vw;
        margin-bottom: 1vw;
    }

    .sloganfooter {
        top: 0vw;
    }

    .escritafooter {
        top: 0;
        font-size: 0.5rem;
        margin-bottom: 0.8rem;
    }
    .buttonfont2 {
        font-size: 0.7rem;
    }
    .rbcfooter {
        left: 0;
        width: 100vw;
        text-align: center;
        font-size: 1rem;
    }
}
/*Fim Header e Footer Expansivo*/
